metadata
or data
slot of an
amsr-class
object.## S3 method for class 'amsr':
[[(x, i, j, ...)
amsr-class
.i
item (ignored).NA
values if the
satellite data are over land (coded to 0x255
),
have no observations (coded to 0xfe
),
are bad observations (coded to 0xfd
),
indicate sea ice (coded to 0xfc
),
are are faulty owing to high rain (coded to 0xfb
).i
are permitted for metadata
, and j
is ignored.Data within the data
slot must be matched exactly by name,
and may be retrieved with units (the default) or as raw bytes (if
j="raw"
.) The available items are:
seconds from the start of day (time
),
temperature in degC (SST
);
wind speed in m/s (LFwind
and MFwindDay
);
water vapor content (vaporDay
);
cloudiness (cloud
),
and rainfall in mm/h (rain
). Each of these is
an average across day-time and night-time passes; to get
the day/night data separately, use e.g. SSTDay
SSTNight
, and similarly-named versions of all
bands.